Click or drag to resize

Request Constructor (Response, SipMethod)

Initializes a new instance of the Request class from the specified response.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Request(
	Response response,
	SipMethod method
)

Parameters

response
Type: Independentsoft.SipResponse
The response.
method
Type: Independentsoft.SipSipMethod
The method.
See Also